Welcome![Sign In][Sign Up]
Location:
Search - lucene java

Search list

[Search EngineLucene-In-Action

Description: Luncene 学习资料,-Luncene learning information.
Platform: | Size: 5469184 | Author: 黄文涛 | Hits:

[JSP/JavaSimple_Search_Engine

Description: 用java编程语言在引用Lucene的基础上在tomcat服务器中实现的一个简易搜索网页的引擎,包含了搜索网页、索引、查找这三个模块,除了源码外还附上设计文档-java programming language used in Lucene quoted on the basis of tomcat server achieved a simple web search engine, including the search pages, index, search for the three modules, In addition to the source code, also attached to design documents
Platform: | Size: 2190336 | Author: xianshui | Hits:

[Internet-Networkclucene-contrib-0.9.13

Description: lucene in java大家一定听说过了,这个是它的c版本,效率上会有所提高,但是稳定性可能会下降,希望对大家有用-lucene in java that you heard earlier, this is the c version, efficiency will be increased, but stability will be lowered, it may be useful to hope
Platform: | Size: 1701888 | Author: | Hits:

[SQL Serverdotlucenetest

Description: DotLucentet,用来做撬,使用。 之前是Java的程序,现在改用》net来做的。 -DotLucentet used in making a crowbar use. Java before the procedure is now moving to a "net very consistent.
Platform: | Size: 199680 | Author: 赵小虎 | Hits:

[JSPLucene_about

Description: Lucene:基于Java的全文检索引擎简介-Lucene: the Java-based full-text search engine About
Platform: | Size: 27648 | Author: 平常心 | Hits:

[JSP/JavaLuceneServer-0.1

Description: Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server capabilities. Lucene is a robust Java API that enables you creating indexes from text sources and perform powerful searches on these indexes. With Lucene, creating an index must be done programmatically and there are almost no possibilities of integrating index management in a distributed environment. In other words, out of the box, Lucene is suitable for integrating indexing and searching possibilities in a single application but not for providing index/search services for multiple applications. The Lucene Server project comes with a Java API that propose the following make it easy to create indexes in a declarative way by simply providing an XML configuration document. make it easy to personalize the way Lucene must handle different kind of data sources. provide services for index management and searching that can be accessed from several applications. enable batch tasks scheduling. -AbstractThe Lucene Server project is an attempt to extend the Jakarta Lucene tool with server capabilities.Lucene is a robust Java API that enables you creating indexes from text sources and perform powerful searches on these indexes. With Lucene, creating an index must be done programmatically and there are almost no possibilities of integrating index management in a distributed environment. In other words, out of the box, Lucene is suitable for integrating indexing and searching possibilities in a single application but not for providing index/search services for multiple applications. The Lucene Server project comes with a Java API that propose the followingmake it easy to create indexes in a declarative way by simply providing an XML configuration document. make it easy to personalize the way Lucene must handle different kind of data sources. provide services for index management and searching that can be accessed from several applications. enable batch tasks scheduling.
Platform: | Size: 226304 | Author: 童小军 | Hits:

[Search Engineluke-src-0.7

Description: Lucene is an Open Source, mature and high-performance Java search engine. It is highly flexible, and scalable from hundreds to millions of documents. Luke is a handy development and diagnostic tool, which accesses already existing Lucene indexes and allows you to display and modify their contents in several ways: browse by document number, or by term view documents / copy to clipboard retrieve a ranked list of most frequent terms execute a search, and browse the results analyze search results selectively delete documents from the index reconstruct the original document fields, edit them and re-insert to the index optimize indexes and much more... -Lucene is an Open Source, mature and high-performance Java search engine. It is highly flexible, and scalable from hundreds to millions of documents. Luke is a handy development and diagnostic tool, which accesses already existing Lucene indexes and allows you to display and modify their contents in several ways: browse by document number, or by term view documents/copy to clipboard retrieve a ranked list of most frequent terms execute a search, and browse the results analyze search results selectively delete documents from the index reconstruct the original document fields, edit them and re-insert to the index optimize indexes and much more...
Platform: | Size: 1163264 | Author: 童小军 | Hits:

[JSP/JavaLuceneDemo

Description: 全文搜索源码,基于开源项目Lucene编写,开发语言为JAVA,本程序做为LUCENE的示例DEMO-Source full-text search, based on the Lucene open source project preparation, development language JAVA, this procedure as an example of Lucene DEMO
Platform: | Size: 3656704 | Author: weijiansheng | Hits:

[JSPHeriterx_jiaocheng

Description: Heritrix入门及深入研究 想学习Lucene及Heritrix的强烈建议阅读 这本书不仅仅试用于新手,对于Heritrix的老手们也很有参考价值,吐血推荐-Heritrix entry and in-depth research to learn Lucene and Heritrix
Platform: | Size: 1116160 | Author: 陈炳灿 | Hits:

[Search EngineThesaurusAnalyzer

Description: lucene中文分词代码 带有19万字的词典 本分词程序的效果取决与词库.您可以用自己的词库替换程序自带的词库.词库是一个文本文件,名称为word.txt. 每一行一个词语,以#开头表示跳过改行.最后保存为UTF-8的文本. -Chinese Segmentation Lucene code with 190,000-word dictionary sub-word depends on the effectiveness of procedures thesaurus. You can use the thesaurus to replace its own built-in thesaurus procedures. thesaurus is a text file, name word.txt. one word per line to# Skip diverted at the beginning of that. Finally, save it as UTF-8 text.
Platform: | Size: 1402880 | Author: 陈锦 | Hits:

[Search EngineChineseSegment

Description: 基于Hash字库算法的lucene分词 完整的代码,使用创新的Hash字库,是分词效果大大提高-Hash algorithm based on character segmentation Lucene complete code, the use of innovative font Hash is the effect of greatly increased segmentation
Platform: | Size: 31744 | Author: 陈锦 | Hits:

[JSPLucene_Chinese

Description:
Platform: | Size: 5469184 | Author: liyan | Hits:

[Search Enginelucene-2.0.0-src

Description: 著名开源搜索的2。0版本,全文检索引擎,JAVA版本-Well-known open source search 2.0 version, full-text search engines, JAVA version
Platform: | Size: 6619136 | Author: 马云 | Hits:

[JSP/Javalucenetest

Description: lucene实现搜索引擎的建立索引数据库,处理搜索结果. myeclipse4.2 weblogic 9 验证通过 部署方法 修改web.xml启动参数dataDir,indexDir -realize Lucene search engine indexing databases, deal with the search results. myeclipse4.2 weblogic 9 authentication methods through the deployment of web.xml modify boot parameters dataDir, indexDir
Platform: | Size: 1277952 | Author: | Hits:

[Search Enginenlucene-1.2b2

Description: NLucene is the .NET implementation of the Lucene high-performance, full-featured text search engine written in Java.
Platform: | Size: 691200 | Author: lwz | Hits:

[Search Enginech01

Description: Ajax+lucene开发搜索引擎一书中的源码-Ajax+ Lucene search engine to develop one of the source book
Platform: | Size: 11264 | Author: 刘林林 | Hits:

[JSP/Javasrc

Description: lucene用例 书写规范 有JAVA文件也有JSP文件 有较好的参考价值-Lucene writing use case specification documents have JAVA has JSP documents have a better reference value
Platform: | Size: 39936 | Author: situ | Hits:

[Search EngineluceneheritrixCDROM

Description: 开发自己的搜索引擎——Lucene 2.0+Heriterx随书光盘源码-Developing its own search engine- Lucene 2.0+ Heriterx book with CD-ROM source
Platform: | Size: 14328832 | Author: lori | Hits:

[Search Engineluceneweb

Description: 本系统是一个基于lucene的web版文件检索系统。支持文件索引、查找。-This system is a web-based version of the Lucene document retrieval system. Support for document indexing, search.
Platform: | Size: 1362944 | Author: wlj | Hits:

[Search EngineIndexFiles

Description: 基于Lucene的网页生成工具,对于有网页爬行器从网络上下载下来的网页库,本软件可以对他们进行网页索引生成,生成网页索引是搜索引擎设计中核心的部分之一。也称网页预处理子系统。本程序用的是基于lucene而设计的。-Lucene-based web page generation tool, for Crawler has pages downloaded from the web page database, the software can index their web pages to generate, generate web pages search engine index is part of the design of one of the core. Also known as pre-processing subsystem website. This procedure used is based on the Lucene designed.
Platform: | Size: 3340288 | Author: 纯哲 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 13 »

CodeBus www.codebus.net